runtime.unwinder.cache (field)

6 uses

	runtime (current package)
		traceback.go#L117: 	cache pcvalueCache
		traceback.go#L310: 				if usesLR && funcspdelta(f, frame.pc, &u.cache) == 0 {
		traceback.go#L328: 		frame.fp = frame.sp + uintptr(funcspdelta(f, frame.pc, &u.cache))
		traceback.go#L513: 		} else if funcspdelta(f, frame.pc, &u.cache) == 0 {
		traceback.go#L633: 		for iu, uf := newInlineUnwinder(f, u.symPC(), noEscapePtr(&u.cache)); n < len(pcBuf) && uf.valid(); uf = iu.next(uf) {
		traceback.go#L990: 		for iu, uf := newInlineUnwinder(f, u.symPC(), noEscapePtr(&u.cache)); uf.valid(); uf = iu.next(uf) {